//==============================================================================
// torch_anim.txt
//==============================================================================

//==============================================================================
define smoke
{
   set hotspot
   {
      version
      {
         Visualparticle SFX A Generic Fire Tiny
      }
   }
}

//==============================================================================
define fire
{
   set hotspot
   {
      version
      {
         Visualparticle SFX A Generic Smoke Tiny
      }
   }
}

//==============================================================================
define firebowl
{
   set hotspot
   {
      version
      {
         Visualparticle SFX A Generic Fire Tiny Bowl
      }
   }
}
//==============================================================================
define glow
{
   set hotspot
   {
      version
      {
         Visualparticle SFX a fire torch glow
      }
   }
}

//==============================================================================
anim Idle
{
	SetSelector none 
	{
		CultureLogic Egyptian/Greek/Norse
		SetSelector
		{
			VariationLogic
			set hotspot
			{
				version
				{
					Visual World E Torch Tall
					Connect ATTACHPOINT fire hotspot
					Connect ATTACHPOINT firebowl hotspot
					Connect ATTACHPOINT smoke hotspot
					Connect Pelvis glow hotspot
				}
			}
			set hotspot
			{
				version
				{
					Visual World E Torch Short
					Connect Pelvis glow hotspot
					Connect TOPOFHEAD fire hotspot
					Connect TOPOFHEAD firebowl hotspot
					Connect TOPOFHEAD smoke hotspot
				}
			}
		}
		SetSelector
		{
			VariationLogic

			set hotspot
			{
				version
				{
					Visual World G Torch Tall
					Connect Pelvis glow hotspot
					Connect ATTACHPOINT fire hotspot
					Connect ATTACHPOINT firebowl hotspot
					Connect ATTACHPOINT smoke hotspot
				}
			}
			set hotspot
			{
				version
				{
					Visual World G Torch Short
					Connect TOPOFHEAD fire hotspot
					Connect TOPOFHEAD firebowl hotspot
					Connect TOPOFHEAD smoke hotspot
					Connect Pelvis glow hotspot
				}
			}
		}
		SetSelector
		{
			VariationLogic
			set hotspot
			{
				version
				{
					Visual World N Torch Tall
					Connect ATTACHPOINT fire hotspot
					Connect ATTACHPOINT firebowl hotspot
					Connect ATTACHPOINT smoke hotspot
					Connect ATTACHPOINT glow hotspot
				}
			}
			set hotspot
			{
				version
				{
					Visual World N Torch Short
					Connect TOPOFHEAD fire hotspot
					Connect TOPOFHEAD firebowl hotspot
					Connect TOPOFHEAD smoke hotspot
					Connect TOPOFHEAD glow hotspot
				}
			}
		}
	}
}



